home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / amulti1a / readme.txt < prev    next >
Text File  |  1999-08-26  |  2KB  |  40 lines

  1.  
  2.  
  3.            chat net [multi user chat example]
  4.                  by  Jon Cromer
  5.                Copyright 1999  Jon Cromer
  6.                senate@popmail.com
  7.            AIM:  senate heh, DontTrustHAL9000
  8.         http://www.pure-elite.com/senate/main.htm
  9.  
  10.  
  11.  
  12.    This was a really quick example i wrote in vb5 using dsSocket to 
  13. make a multi user chat.  this is a 2 part program.  (client/server).  
  14. the client is the acual chat part and the server is just a stand alone 
  15. app that everyone connects to and basically runs the chat.  this 
  16. program comes with full source and is meant for learning, not copying.
  17. if you do make a program like this in the future, remember where you 
  18. learned from.  im not asking for credit, im asking that you dont act 
  19. like you did it all on your own, because you didn't.  anywho, if the 
  20. forms dont load because you cant use the RichTextBox control, AIM me 
  21. and ill re-write the examples using a plain textbox for you.  im a 
  22. pretty nice guy and would be happy for feed back on this.  oh, also...
  23. for you people who AIM me and start sayin you could have done better, 
  24. a quick word to you...... if you could have done better... why do you 
  25. have my source?  if you're so elite, why do you need to be looking at 
  26. code?  think about it because that's exactly what im going to say to 
  27. you when you say those kinds of things to me.
  28.    This source is NOT bug free.  there are bugs in all programs even if
  29. they are a final version.  this program will definatly have problems 
  30. though so if you were thinking about changing the caption of the form 
  31. and compiling it and calling it your own..... you'll get laughed at 
  32. because there will be problems in the coding.  if you're a lamer who 
  33. has to do that kind of thing to make programs then i suggest deleting 
  34. this source because it wont help you learn.  all its gonna do is make 
  35. you look stupid.
  36.  
  37. anywho.... i hope this helps you in your quests to make a multi-user 
  38. chat.
  39.  
  40.      - Jon Cromer